home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 277_01.zip / HP.MK < prev    next >
Text File  |  1993-04-01  |  128b  |  12 lines

  1. # hp
  2.  
  3. CFLAGS= -O
  4.  
  5. hp:    hp.o tekdecode.o
  6.     cc -s hp.o tekdecode.o -o hp
  7.  
  8. tekdecode.o:    tek4.h
  9.  
  10. clean:
  11.     rm -f *.o
  12.